Vcenter NamespaceManagement Supervisors Capabilities FilterSpec
The Vcenter NamespaceManagement Supervisors Capabilities FilterSpec schema contains properties to filter Supervisor capabilities.
This schema was added in vSphere API 9.1.0.0.
{
"status": "string",
"name": "string"
}
Capability status for which the Supervisor capabilities should be queried.
For more information see: Vcenter NamespaceManagement Supervisors Capabilities Status.
This property was added in vSphere API 9.1.0.0.
status If set, return the Supervisor capabilities results for the specified status. If missing or null, the status filter will be ignored.
Capability name for which the Supervisor capabilities should be queried.
This property was added in vSphere API 9.1.0.0.
If missing or null, the name filter will be ignored.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Capability. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Capability.